
alter table "ExcelUploadHistory" add column "LocationId" int references "Location"("LocationId");

